home *** CD-ROM | disk | FTP | other *** search
- #import <sys/dir.h>
- #import <objc/Object.h>
-
- @interface GlyphManager:Object
- { id browser;
- id coupler;
- id name;
- id width;
- id height;
- id scrollView ;
- id glyphView ;
- id msgView ;
- const char * rootPath ;
- struct direct **fileList ;
- int listedColumn ;
- int fileKnt ;
- }
-
- + (BOOL) putPathTo: (char *) aFile startingAt: (char *) aPath in: (char *) thePath;
- - browser ;
- - (int)browser:sender fillMatrix:matrix inColumn:(int)column ;
- - browser:sender loadCell:cell atRow:(int)row inColumn:(int)column ;
- - browserHit:sender ;
- - decHeight:sender ;
- - decWidth:sender ;
- - delete:sender ;
- - edit:sender ;
- - editFile: (char *) aFile class: (char *) aClass ;
- - enterHeight:sender ;
- - enterWidth:sender ;
- - glyphView ;
- - incHeight:sender ;
- - incWidth:sender ;
- - init ;
- - instantiate:sender ;
- - (BOOL) isDotMCol: (int) col row:(int) row ;
- - nameTextCell ;
- - newClass:sender ;
- - newCat:sender ;
- - setBrowser: anObject ;
- - setMsgView: anObject ;
-
- @end
-